Api.RegisterCallback method
Registers a method that the KINGSTAR Subsystem will call every cycle when new data comes in.
Namespace: IntervalZero.KINGSTAR.Local.Api
Assembly: IntervalZero.KINGSTAR.Local.Api (in IntervalZero.KINGSTAR.Local.dll) Version: 4.4.0.0
Syntax
public KsError RegisterCallback()
Public Function RegisterCallback() As KsError
Return value
A return code of a method.
Remarks
RegisterCallback can be used only in RT interface, because it is a real-time functionality. Calling it in other interfaces will get an errWrongEnvironment error.
Usable EtherCAT states
ecatOP
Examples
N/A
See also